ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / FinancialChart<T> Class
Members

In This Topic
    FinancialChart<T> Class
    In This Topic
    Financial charting control.
    Object Model
    FinancialChart<T> ClassDataLabel ClassTitleStyle ClassTitleStyle ClassChartLegend ClassFinancialExtraOptions ClassChartTooltip Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class FinancialChart(Of T) 
       Inherits C1.Web.Mvc.FlexChartCore(Of T)
       Implements C1.Web.Mvc.IAnimatable, C1.Web.Mvc.ITemplate 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class FinancialChart<T> : C1.Web.Mvc.FlexChartCore<T>, C1.Web.Mvc.IAnimatable, C1.Web.Mvc.ITemplate  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.FlexChartBase<T>
                   C1.Web.Mvc.FlexChartCore<T>
                      C1.Web.Mvc.Finance.FinancialChart<T>

    See Also